CLI reference updated for agama config generate and related changes#84
Merged
CLI reference updated for agama config generate and related changes#84
agama config generate and related changes#84Conversation
4 tasks
mvidner
added a commit
to agama-project/agama
that referenced
this pull request
Jun 11, 2025
## Problem The split between `agama config` and `agama profile` commands is arbitrary, and the subcommands are not very consistent. - https://trello.com/c/BtqeDyzZ ## Solution Following a discussion: - `agama profile import` is replaced by `agama config generate | agama config load` - `agama profile evaluate` and `agama profile autoyast` are replaced by `agama config generate` - `agama profile validate` renamed to `agama config validate` More consistency in stdio handling, adding `--output` option - [x] update `agama-auto` Review suggestion: - `service/test/integration/profile_itest.rb` is an integration test, supposed to be human readable. Please suggest improvements both in domain coverage and test readabililty. See `service/test/integration/README.md` on how to run it ## Testing - `service/test/integration/profile_itest.rb` extended - manual test of `inst.auto=http://.../config.jsonnet` and `inst.auto=` finding it on `OEMDRV` (see [a gist](https://gist.github.com/mvidner/d377768d54ae0ba39cd1e62672eec99a) for setup) ## Screenshots *If the fix affects the UI attach some screenshots here.* ## Documentation - [x] update [cli.md][] with `cargo xtask markdown`: agama-project/agama-project.github.io#84 - [x] ~*.schema.json~ - [x] related: agama-project/agama-project.github.io#81 (by Imo) - Run: `git ls-files '*.md'` [cli.md]: https://github.com/agama-project/agama-project.github.io/blob/main/docs/user/cli.md
imobachgs
approved these changes
Jun 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See agama-project/agama#2347